Window Management
Mac OS window management is discussed in
"Window Manager Reference."
The function
SizeWindow
and the data structures listed below are of interest to Windows developers working with QuickTime 3:
-
The
CWindowRecord
data type defines the color window record for a window. See
"The Color Window Record"
.
-
The
CWindowPeek
data type is a pointer to a window record. The first field in the window record is the record that describes the window's graphics port. See
"The Window Record"
.
-
The
CWindowPtr
data type is defined as a
CGrafPtr
, which is a pointer to a graphics port (in this case, the window's graphics port). See
"The Color Window Record"
.
-
SizeWindow
sets the size of a Mac OS window.
© 1998 Apple Computer, Inc.| Previous | Chapter Contents | Chapter Top | Next |